190 records

190 records

Active filters Clear all

No active filters

Filters

Toponiem

Vondsten in Erfgoedkaart Archeologisch landschap

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
OBJECTID
               

No description available for this field.

Name (identifier)
objectid
Type
integer
Sample
976
Waarnemingsnummer
Uniek identificatienummer waarmee de waarneming onderscheiden kan worden

No description available for this field.

Name (identifier)
waarnemingsnummer
Type
integer
Sample
17204
Onderzoeksmeldingsnummer
Uniek nummer waarmee de waarneming onderscheiden kan worden

No description available for this field.

Name (identifier)
onderzoeksmeldingsnummer
Type
integer
Sample
-1
DatumVondst
Datum waarop de vondst gedaan is, 9999 is ingevuld wanneer deze onbekend is

No description available for this field.

Name (identifier)
datumvondst
Type
text
Sample
17-06-1979
Toponiem
Beschrijving van de locatie van waar de vondst gedaan is

No description available for this field.

Name (identifier)
toponiem
Type
text
Sample
VERLENGDE HUIZINGALAAN
Vondstverwerving
Manier waarop de vondst gedaan is

No description available for this field.

Name (identifier)
vondstverwerving
Type
text
Sample
Niet-archeologisch: graafwerk
Vondstnummer
Uniek nummer waarmee de vondst te onderscheiden is

No description available for this field.

Name (identifier)
vondstnummer
Type
integer
Sample
31525
Complextype
Type omgeving waarin de vondst gedaan is

No description available for this field.

Name (identifier)
complextype
Type
text
Sample
Nederzetting, onbepaald
Cultuur
Tijdsperiode / groepering waarop de vondst betrekking heeft

No description available for this field.

Name (identifier)
cultuur
Type
text
Sample
Onbekend
Aantal
aantal vondsten die gedaan zijn, wanneer onbekend is 9999 ingevuld

No description available for this field.

Name (identifier)
aantal
Type
integer
Sample
70
Materiaal
Soort materiaal van de vondst

No description available for this field.

Name (identifier)
materiaal
Type
text
Sample
Keramiek
AlgemeneGebruiksfunctie
Gebruiksfunctie van de vondst

No description available for this field.

Name (identifier)
algemenegebruiksfunctie
Type
text
Sample
Aardewerk, handgevormd
SpecifiekeGebruiksfunctie
Gebruiksfunctie van de vondst in de context van gebruik

No description available for this field.

Name (identifier)
specifiekegebruiksfunctie
Type
text
Sample
Niet van toepassing
BeginPeriode
Mogelijk begin periode waaruit de vondst stamt

No description available for this field.

Name (identifier)
beginperiode
Type
text
Sample
IJzertijd
EindePeriode
Mogelijke eind periode waaruit de vondst stamt

No description available for this field.

Name (identifier)
eindeperiode
Type
text
Sample
Romeinse tijd
ToelichtingVondst
Extra notitie met betrekking tot de vondst, bijvoorbeeld met betrekking tot bijzonderheden of locatie

No description available for this field.

Name (identifier)
toelichtingvondst
Type
text
Sample
                       
geo_shape
Geometrie (punt coordinaten) die de locatie van de vondst beschrijft

No description available for this field.

Name (identifier)
geo_shape
Type
geo shape
Sample
{"coordinates":[5.452855809651355,51.48947714911305],"type":"Point"}
geo_point_2d
               

No description available for this field.

Name (identifier)
geo_point_2d
Type
geo point
Sample
[51.48947714911305,5.452855809651355]

JSON Schema

The following JSON object is a standardized description of your dataset's schema. More about JSON schema.

{
  • "title":"vondsten-in-erfgoedkaart-archeologisch-landschap",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/vondsten-in-erfgoedkaart-archeologisch-landschap"
      }
    ]
    ,
  • "definitions":
    {
    • "vondsten-in-erfgoedkaart-archeologisch-landschap":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/vondsten-in-erfgoedkaart-archeologisch-landschap_records"
            }
          }
        }
      }
      ,
    • "geoJSON":
      {
      • "title":"Geo JSON object",
      • "description":"Schema for a Geo JSON object",
      • "type":"object",
      • "required":
        [
        • "type"
        ]
        ,
      • "properties":
        {
        • "crs":
          {
          • "$ref":"#/definitions/crs"
          }
          ,
        • "bbox":
          {
          • "$ref":"#/definitions/bbox"
          }
        }
        ,
      • "oneOf":
        [
        • {
          • "$ref":"#/definitions/geometry"
          }
          ,
        • {
          • "$ref":"#/definitions/geometryCollection"
          }
          ,
        • {
          • "$ref":"#/definitions/feature"
          }
          ,
        • {
          • "$ref":"#/definitions/featureCollection"
          }
        ]
      }
      ,
    • "bbox":
      {
      • "description":"A bounding box as defined by GeoJSON",
      • "type":"array",
      • "items":
        {
        • "type":"number"
        }
      }
      ,
    • "crs":
      {
      • "title":"crs",
      • "description":"a Coordinate Reference System object",
      • "type":
        [
        • "object",
        • "null"
        ]
        ,
      • "required":
        [
        • "type",
        • "properties"
        ]
        ,
      • "properties":
        {
        • "type":
          {
          • "type":"string"
          }
          ,
        • "properties":
          {
          • "type":"object"
          }
        }
        ,
      • "additionalProperties":false,
      • "oneOf":
        [
        • {
          • "$ref":"#/definitions/namedCrs"
          }
          ,
        • {
          • "$ref":"#/definitions/linkedCrs"
          }
        ]
      }
      ,
    • "namedCrs":
      {
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "name"
            ]
          }
          ,
        • "properties":
          {
          • "required":
            [
            • "name"
            ]
            ,
          • "additionalProperties":false,
          • "properties":
            {
            • "name":
              {
              • "type":"string"
              }
            }
          }
        }
      }
      ,
    • "linkedObject":
      {
      • "type":"object",
      • "required":
        [
        • "href"
        ]
        ,
      • "properties":
        {
        • "href":
          {
          • "type":"string",
          • "format":"uri"
          }
          ,
        • "type":
          {
          • "type":"string",
          • "description":"Suggested values: proj4, ogjwkt, esriwkt"
          }
        }
      }
      ,
    • "linkedCrs":
      {
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "link"
            ]
          }
          ,
        • "properties":
          {
          • "$ref":"#/definitions/linkedObject"
          }
        }
      }
      ,
    • "geometryCollection":
      {
      • "title":"GeometryCollection",
      • "description":"A collection of geometry objects",
      • "required":
        [
        • "geometries"
        ]
        ,
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "GeometryCollection"
            ]
          }
          ,
        • "geometries":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"http://json-schema.org/geojson/geometry.json#"
            }
          }
        }
      }
      ,
    • "feature":
      {
      • "title":"Feature",
      • "description":"A Geo JSON feature object",
      • "required":
        [
        • "geometry",
        • "properties"
        ]
        ,
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "Feature"
            ]
          }
          ,
        • "geometry":
          {
          • "oneOf":
            [
            • {
              • "type":"null"
              }
              ,
            • {
              • "$ref":"#/definitions/geometry"
              }
            ]
          }
          ,
        • "properties":
          {
          • "type":
            [
            • "object",
            • "null"
            ]
          }
          ,
        • "id":
          {
            }
          }
        }
        ,
      • "featureCollection":
        {
        • "title":"FeatureCollection",
        • "description":"A Geo JSON feature collection",
        • "required":
          [
          • "features"
          ]
          ,
        • "properties":
          {
          • "type":
            {
            • "enum":
              [
              • "FeatureCollection"
              ]
            }
            ,
          • "features":
            {
            • "type":"array",
            • "items":
              {
              • "$ref":"#/definitions/feature"
              }
            }
          }
        }
        ,
      • "geometry":
        {
        • "title":"geometry",
        • "description":"One geometry as defined by GeoJSON",
        • "type":"object",
        • "required":
          [
          • "type",
          • "coordinates"
          ]
          ,
        • "oneOf":
          [
          • {
            • "title":"Point",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "Point"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/position"
                }
              }
            }
            ,
          • {
            • "title":"MultiPoint",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "MultiPoint"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/positionArray"
                }
              }
            }
            ,
          • {
            • "title":"LineString",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "LineString"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/lineString"
                }
              }
            }
            ,
          • {
            • "title":"MultiLineString",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "MultiLineString"
                  ]
                }
                ,
              • "coordinates":
                {
                • "type":"array",
                • "items":
                  {
                  • "$ref":"#/definitions/lineString"
                  }
                }
              }
            }
            ,
          • {
            • "title":"Polygon",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "Polygon"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/polygon"
                }
              }
            }
            ,
          • {
            • "title":"MultiPolygon",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "MultiPolygon"
                  ]
                }
                ,
              • "coordinates":
                {
                • "type":"array",
                • "items":
                  {
                  • "$ref":"#/definitions/polygon"
                  }
                }
              }
            }
          ]
          ,
        • "position":
          {
          • "description":"A single position",
          • "type":"array",
          • "minItems":2,
          • "items":
            [
            • {
              • "type":"number"
              }
              ,
            • {
              • "type":"number"
              }
            ]
            ,
          • "additionalItems":false
          }
          ,
        • "positionArray":
          {
          • "description":"An array of positions",
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/position"
            }
          }
          ,
        • "lineString":
          {
          • "description":"An array of two or more positions",
          • "allOf":
            [
            • {
              • "$ref":"#/definitions/positionArray"
              }
              ,
            • {
              • "minItems":2
              }
            ]
          }
          ,
        • "linearRing":
          {
          • "description":"An array of four positions where the first equals the last",
          • "allOf":
            [
            • {
              • "$ref":"#/definitions/positionArray"
              }
              ,
            • {
              • "minItems":4
              }
            ]
          }
          ,
        • "polygon":
          {
          • "description":"An array of linear rings",
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/linearRing"
            }
          }
        }
        ,
      • "vondsten-in-erfgoedkaart-archeologisch-landschap_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "objectid":
                {
                • "type":"integer",
                • "title":"OBJECTID",
                • "description":""
                }
                ,
              • "waarnemingsnummer":
                {
                • "type":"integer",
                • "title":"Waarnemingsnummer",
                • "description":"Uniek identificatienummer waarmee de waarneming onderscheiden kan worden"
                }
                ,
              • "onderzoeksmeldingsnummer":
                {
                • "type":"integer",
                • "title":"Onderzoeksmeldingsnummer",
                • "description":"Uniek nummer waarmee de waarneming onderscheiden kan worden"
                }
                ,
              • "datumvondst":
                {
                • "type":"string",
                • "title":"DatumVondst",
                • "description":"Datum waarop de vondst gedaan is, 9999 is ingevuld wanneer deze onbekend is"
                }
                ,
              • "toponiem":
                {
                • "type":"string",
                • "title":"Toponiem",
                • "description":"Beschrijving van de locatie van waar de vondst gedaan is"
                }
                ,
              • "vondstverwerving":
                {
                • "type":"string",
                • "title":"Vondstverwerving",
                • "description":"Manier waarop de vondst gedaan is"
                }
                ,
              • "vondstnummer":
                {
                • "type":"integer",
                • "title":"Vondstnummer",
                • "description":"Uniek nummer waarmee de vondst te onderscheiden is"
                }
                ,
              • "complextype":
                {
                • "type":"string",
                • "title":"Complextype",
                • "description":"Type omgeving waarin de vondst gedaan is"
                }
                ,
              • "cultuur":
                {
                • "type":"string",
                • "title":"Cultuur",
                • "description":"Tijdsperiode / groepering waarop de vondst betrekking heeft"
                }
                ,
              • "aantal":
                {
                • "type":"integer",
                • "title":"Aantal",
                • "description":"aantal vondsten die gedaan zijn, wanneer onbekend is 9999 ingevuld"
                }
                ,
              • "materiaal":
                {
                • "type":"string",
                • "title":"Materiaal",
                • "description":"Soort materiaal van de vondst"
                }
                ,
              • "algemenegebruiksfunctie":
                {
                • "type":"string",
                • "title":"AlgemeneGebruiksfunctie",
                • "description":"Gebruiksfunctie van de vondst"
                }
                ,
              • "specifiekegebruiksfunctie":
                {
                • "type":"string",
                • "title":"SpecifiekeGebruiksfunctie",
                • "description":"Gebruiksfunctie van de vondst in de context van gebruik"
                }
                ,
              • "beginperiode":
                {
                • "type":"string",
                • "title":"BeginPeriode",
                • "description":"Mogelijk begin periode waaruit de vondst stamt"
                }
                ,
              • "eindeperiode":
                {
                • "type":"string",
                • "title":"EindePeriode",
                • "description":"Mogelijke eind periode waaruit de vondst stamt"
                }
                ,
              • "toelichtingvondst":
                {
                • "type":"string",
                • "title":"ToelichtingVondst",
                • "description":"Extra notitie met betrekking tot de vondst, bijvoorbeeld met betrekking tot bijzonderheden of locatie"
                }
                ,
              • "geo_shape":
                {
                • "type":"object",
                • "oneOf":
                  [
                  • {
                    • "$ref":"#/definitions/geometry"
                    }
                  ]
                  ,
                • "title":"geo_shape",
                • "description":"Geometrie (punt coordinaten) die de locatie van de vondst beschrijft"
                }
                ,
              • "geo_point_2d":
                {
                • "type":"array",
                • "minItems":2,
                • "maxItems":2,
                • "items":
                  {
                  • "type":"number"
                  }
                  ,
                • "title":"geo_point_2d",
                • "description":""
                }
              }
            }
          }
        }
      }
    }

    Reuses

    Click to expand Click to collapse

    Submit a reuse

    Click to expand Click to collapse

    Your last name will be publicly displayed with your reuse

    Your first name will be publicly displayed with your reuse

    Your email will not be published publicly and will only be used by the administrators to contact you.

    Short description of your work (max. 50 characters)

    A longer description of what you achieved using this dataset (max. 1000 characters)

    An URL where your work can be accessed publicly

     or 

    (optional) An URL or an image which illustrates your work

    false